net/http.connLRU.ll (field)

7 uses

	net/http (current package)
		transport.go#L3242: 	ll *list.List // list.Element.Value type is of *persistConn
		transport.go#L3248: 	if cl.ll == nil {
		transport.go#L3249: 		cl.ll = list.New()
		transport.go#L3252: 	ele := cl.ll.PushFront(pc)
		transport.go#L3260: 	ele := cl.ll.Back()
		transport.go#L3262: 	cl.ll.Remove(ele)
		transport.go#L3270: 		cl.ll.Remove(ele)